body.ym-body {
    background: #F4F6F7;
}


/* 国家导航栏 */

.ym-nav-country {
    height: 302px;
    background: #00B1FB;
    box-shadow: 0px 10px 12px 0px rgba(0, 177, 251, 0.3);
}

.ym-nav-country .ym-nav-country-w {
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start
}

.ym-nav-country .ym-nav-country-w .ym-nav-country-item {
    width: 138px;
    margin-top: 65px;
}

.ym-nav-country-item .layui-anim {
    width: 138px;
}

.ym-nav-country .ym-nav-country-w .ym-nav-country-item .ym-nav-country-title {
    /*width: 185px;*/
    height: 46px;
    background: url(../new_images/buttonBorder.png) no-repeat center;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 4px;
    /*margin-left: 1px;*/
}


/* 内参社区 */

.ym-community {
    background: #F4F6F7;
    padding-top: 35px;
}

.ym-community .ym-community-center {
    display: flex;
    justify-content: center;
}

.ym-community .ym-community-title {
    display: flex;
    align-items: center;
}

.ym-community-title .community-title-line {
    width: 60px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}

.ym-community-title .community-title-p {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin: 0 20px;
}

.ym-community .ym-community-msg {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 17px 20px 0 rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 35px 40px 0 40px;
    margin-top: 15px;
}

.ym-community-msg .community-msg-info {
    flex: 1;
    margin-right: 60px;
}

.ym-community-msg .community-msg-info:last-child {
    margin-right: 0;
}

.community-msg-info .msg-info-title {
    display: flex;
    justify-content: space-between;
    width: 499px;
    height: 33px;
    line-height: 26px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.msg-info-title .msg-info-title-p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.msg-info-title-p .title-p-dot {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(7, 193, 96, 1);
    box-shadow: 0 5px 10px 0 rgba(7, 193, 96, 0.3);
    border-radius: 50%;
    margin: 8px 0 0 12px;
}

.msg-info-title-p .title-p-dot.color-red {
    background: rgba(255, 0, 0, 1);
    box-shadow: 0 5px 10px 0 rgba(255, 0, 0, 0.3);
    border-radius: 50%;
}

.msg-info-title .msg-info-title-more {
    color: #999;
}

.msg-info-title .msg-info-title-img {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.msg-info-title .msg-info-hover:hover .msg-info-title-more {
    color: #00B1FB;
}

.msg-info-title .msg-info-hover:hover .msg-info-title-img {
    animation: rotateImg 2s linear infinite;
}

.community-ul .community-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.community-ul .community-li:first-child {
    padding-top: 15px;
}

.community-li .community-li-left {
    display: flex;
    align-items: center;
}

.community-li .community-li-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
}

.community-li-left:hover .community-li-dot {
    background: #00B1FB;
}

.community-li .community-li-a {
    width: 430px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-li .community-li-a:hover {
    color: #00B1FB;
}

.community-li .community-li-time {
    color: #999;
}

.community-hot-ul .community-hot-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
}

.community-hot-ul .community-hot-li:first-child {
    padding-top: 18px;
}

.community-hot-li .community-hot-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 13px;
}

.community-hot-li .community-hot-msg {
    flex: 1;
    width: 448px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-hot-msg .hot-msg-name {
    font-size: 16px;
    color: #00B1FB;
}

.community-hot-msg .hot-msg-tips {
    font-size: 16px;
    color: #999;
    margin: 0 8px;
}

.community-hot-msg .hot-msg-a {
    font-size: 16px;
}

.community-hot-msg .hot-msg-a:hover {
    color: #00B1FB;
}

.community-hot-li .community-hot-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.community-hot-info .hot-info-time {
    color: #999;
}

.community-hot-info .hot-info-look {
    color: #00B1FB;
}

.community-hot-info .hot-info-look>i {
    color: #ccc;
    font-size: 14px;
    margin-right: 8px;
}


/* 移民新闻 */

.ym-Journalism {
    background: #fff;
    margin-top: 40px;
}

.ym-Journalism .ym-Journalism-news {
    padding: 22px 0 30px 0;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-title {
    display: inline-block;
    width: 570px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
}

.ym-Journalism .ym-Journalism-news .layui-tab-content {
    padding: 0px;
}

.ym-Journalism .ym-Journalism-news-all {
    display: flex;
    justify-content: space-between;
}

.ym-Journalism .ym-Journalism-news .layui-tab-content .ym-Journalism-news-main {
    margin-top: 30px;
}

.ym-Journalism-news-main .news-main-flex {
    display: flex;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-img {
    width: 120px;
    height: 120px;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-article {
    padding-left: 20px;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-article .ym-Journalism-news-main-title>a {
    display: inline-block;
    width: 400px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
}

.ym-Journalism-news-main-title a:hover {
    color: #00B1FB;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-article .ym-Journalism-news-main-p {
    width: 400px;
    height: 50px;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 3px;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-article .ym-Journalism-news-main-look {
    padding-top: 10px;
    width: 400px;
}

.ym-Journalism .ym-Journalism-news-main-look {
    color: #999;
}

.ym-Journalism .ym-Journalism-news-main-look .ym-Journalism-main-look-time {
    font-size: 14px;
    color: #ccc;
    line-height: 20px;
    margin-right: 10px;
}

.ym-Journalism .ym-Journalism-news-main-look .ym-Journalism-main-look-eye {
    margin-left: 30px;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-ul {
    margin-top: 30px;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 533px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    padding-bottom: 12px;
}

.ym-Journalism-news-main-li .main-li-p {
    display: flex;
    align-items: center;
}

.main-li-p .main-li-a {
    display: inline-block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ym-Journalism-news-main-li .main-li-p:hover .main-li-dot {
    background: #00B1FB;
}

.ym-Journalism-news-main-li .main-li-p:hover .main-li-a {
    color: #00B1FB;
}

.ym-Journalism-news-main-li .main-li-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(204, 204, 204, 1);
    border-radius: 50%;
    margin-right: 10px;
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-li span {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.ym-Journalism .ym-Journalism-news .ym-Journalism-news-main-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.ym-Journalism .ym-Journalism-news .news-main-more-hover>a {
    display: inline-block;
    font-size: 14px;
    color: rgba(153, 153, 153, 1)
}

.ym-Journalism .ym-Journalism-news .news-main-more-hover>a:hover {
    color: #00B1FB;
}

.add-circle {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.ym-Journalism .ym-Journalism-news .news-main-more-hover:hover .add-circle {
    animation: rotateImg 2s linear infinite;
}

@keyframes rotateImg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* 专家广场 */
.ym-expert {
    padding-bottom: 50px;
    background: rgba(244, 246, 247, 1);
}



/* 轮播箭头的位置 */

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0px;
    border-radius: 4px;
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0px;
    border-radius: 4px;
}

.ym-expert-carousel {
    position: relative;
}

.ym-expert-carousel>button.ym-expert-left {
    position: absolute;
    top: 125px;
    width: 50px;
    height: 50px;
    background: rgba(215, 215, 215, 1);
    border-radius: 4px;
    color: #ADAEAE;
}

.ym-expert-carousel>button.ym-expert-left:hover {
    color: #fff;
}

.ym-expert-carousel>button.ym-expert-right {
    position: absolute;
    top: 125px;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(215, 215, 215, 1);
    border-radius: 4px;
    color: #ADAEAE;
}

.ym-expert-carousel>button.ym-expert-right:hover {
    color: #fff;
}

.scroll-box {
    position: relative;
    width: 1000px;
    height: 320px;
    margin: 20px auto;
    overflow: hidden;
}

.scroll-box ul {
    position: absolute;
    left: -240px;
    display: inline-block;
    list-style: none;
    width: 160%;
    height: 100%;
}

.scroll-box ul li {
    float: left;
    display: inline-block;
    width: 250px;
    height: 300px;
    margin-bottom: 25px;
    box-sizing: border-box;
    text-align: center;
}


/* 签证分类目录 */

.ym-catalogue {
    background: #fff;
    padding-bottom: 40px;
}

.ym-catalogue .ym-catalogue-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    /*margin-bottom: 20px;*/
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.ym-catalogue-title .ym-catalogue-title-line {
    width: 60px;
    height: 1px;
    background: rgba(230, 230, 230, 1);
}

.ym-catalogue-title .ym-catalogue-title-p {
    margin: 0 20px;
}

.ym-catalogue .ym-catalogue-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ym-catalogue .ym-catalogue-main {
    /*margin-right: 20px;*/
    margin-top: 20px;
}

.ym-catalogue .ym-catalogue-main:last-child {
    margin-right: 0;
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-country {
    display: inline-block;
    width: 324px;
    height: 238px;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 3px;
    padding: 16px 20px 0 20px;
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 8px;
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-header-p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-header-p:hover a {
    color: rgba(51, 51, 51, 1);
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-header-more {
    color: #999;
}

.ym-catalogue .ym-catalogue-hover {
    display: flex;
    align-items: center;
}

.ym-catalogue .ym-catalogue-hover>a:hover {
    color: #00B1FB;
}

.ym-catalogue-img {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.ym-catalogue .ym-catalogue-hover:hover .ym-catalogue-img {
    animation: rotateImg 2s linear infinite;
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-country .ym-catalogue-country-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    padding-top: 18px;
}

.ym-catalogue-country-li .country-li-flex {
    width: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-country .ym-catalogue-country-li .ym-catalogue-country-huo {
    color: #FF0000;
    margin-right: 3px;
    font-size: 18px;
}

.ym-catalogue-country-li span {
    color: #999;
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-country .ym-catalogue-country-li:hover span {
    color: #00B1FB;
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-country .ym-catalogue-country-li:hover .ym-catalogue-country-a {
    color: #00B1FB;
}

.ym-catalogue .ym-catalogue-main .ym-catalogue-country .ym-catalogue-country-li .ym-catalogue-country-a {
    display: inline-block;
    /*width: 100%;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 移民内参使命 */

.ym-mission {
    background: rgba(244, 246, 247, 1);
    padding: 36px 0 20px 0;
}

.mission-top-title{
    font-size: 24px;
    color: #333333;
    margin-bottom: 8px;
}

.mission-top-text{
    font-size: 14px;
    color: #999999;
    margin-bottom: 35px;
}

.ym-mission .ym-mission-title {
    position: relative;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.ym-mission .ym-mission-title .ym-mission-title-line {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 60px;
    border-top: 1px solid #E6E6E6;
}

.ym-mission .ym-mission-title .ym-mission-title-line-one {
    /*left: 375px;*/
    left: 419px;
}

.ym-mission .ym-mission-title .ym-mission-title-line-two {
    /*right: 372px;*/
    right: 408px;
}

.ym-mission .ym-mission-title .ym-mission-title-p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 40px;
}

/* ---- S 视频部分css ---- */
.video-container {
    position: relative;
    width: 560px;
    height: 314px;
}

.video-container img {
    position: absolute;
    width: 556px;
    height: 310px;
    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #fff;
}

.video-box-r {
    width: 560px;
    margin-top: 3px;
}

.pc-video-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}

.video-container video {
    width: 556px;
    height: 310px;
    border-radius: 4px;
    border: 2px solid #fff;
}

/* ---- E 视频部分css ---- */

.ym-mission .ym-mission-main {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 6px;*/
    margin-top: 13px;
}

.ym-mission .ym-mission-main .ym-mission-main-li {
    width: 428px;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(201, 201, 201, 1);
    border-radius: 4px;
    padding-left: 130px;
    line-height: 44px;
    /*margin-bottom: 20px;*/
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.ym-mission-main-li i {
    color: #666;
}
.about-box-r {
    position: relative;
    width: 640px;
    height: 358px;
    border-radius: 5px;
    overflow: hidden; /*后期可删除*/
}
.about-box-r .video-item{
    cursor: pointer;
    width: 640px;
    height: 360px;
    border-radius: 5px;
    overflow: hidden;
}

.about-box-r .video-item img{
    width: 640px;
    height: 360px;
    border-radius: 5px;
}
.fixed-btn-box .swiper-button-prev {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 5px 0 0 5px;
    opacity: 1;
    color: #0085F9;
    transition: .5s;
}
.fixed-btn-box .swiper-button-prev:hover {
    background: #0085F9;
    color: #FFFFFF;
    transition: .5s;
}
.video-jump .swiper-button-prev {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: unset;
    opacity: 1;
    color: #FFFFFF;
    transition: .5s;
}
.video-jump .swiper-button-prev:hover {
    background: #FFFFFF;
    color: #0085F9;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 5px 0 0 5px;

    transition: .5s;
}
.fixed-btn-box .swiper-button-next {
    color: #0085F9;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 0 5px 5px 0;
    transition: .3s;
    opacity: 1;
}
.fixed-btn-box .swiper-button-next:hover {
    background: #0085F9;
    color: #FFFFFF;
    transition: .3s;
}
.video-jump .swiper-button-next {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: unset;
    color: #FFFFFF;
    transition: .3s;
    opacity: 1;
}
.video-jump .swiper-button-next:hover {
    background: #FFFFFF;
    color: #0085F9;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 0 5px 5px 0;
    transition: .3s;
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: hidden;
}

.video-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    color: black;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 9998;
}

.doings{
    width: 100%;height: 100%;
}


.fixed-btn-box {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 637px;
    display: flex;
    justify-content: space-between;
    width: 110px;
    height: 45px;
}

.video-jump .swiper-button-prev {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: unset;
    opacity: 1;
    color: #FFFFFF;
    transition: .5s;
}

.video-jump .swiper-button-next {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: unset;
    color: #FFFFFF;
    transition: .3s;
    opacity: 1;
}

.video-jump .swiper-button-next:hover {
    background: #FFFFFF;
    color: #0085F9;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 0 5px 5px 0;
    transition: .3s;
}

.video-jump .swiper-button-prev:hover {
    background: #FFFFFF;
    color: #0085F9;
    box-shadow: 0 0 10px rgba(0, 103, 237, 0.1);
    border-radius: 5px 0 0 5px;

    transition: .5s;
}
.video-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    color: black;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 9998;
}